home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Gnuplot / Source / NoPane.h < prev    next >
Encoding:
Text File  |  1993-03-18  |  159 b   |  16 lines

  1.  
  2. /* $Id: NoPane.h,v 1.1.1.1 1993/03/18 03:34:34 davis Exp $ */
  3.  
  4. #import "Pane.h"
  5.  
  6.  
  7. @interface NoPane:Pane
  8. {
  9. }
  10.  
  11.  
  12. - init;
  13. - updateStatus:aStatus doc:aDoc;
  14.  
  15. @end
  16.